Package com.cisco.pt.ipc.sim
Interface NATPool
- All Superinterfaces:
IPCData
- All Known Implementing Classes:
NATPoolImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetEndIp()getMask()voidvoidvoidsetPoolName(String poolName) voidsetStartIp(IPAddress startIp)
-
Method Details
-
getPoolName
String getPoolName()- Returns:
- String Returns a String
-
setPoolName
- Parameters:
poolName- Takes in a parameter of poolName
-
getStartIp
IPAddress getStartIp()- Returns:
- IPAddress Returns a IPAddress
-
setStartIp
- Parameters:
startIp- Takes in a parameter of startIp
-
getEndIp
IPAddress getEndIp()- Returns:
- IPAddress Returns a IPAddress
-
setEndIp
- Parameters:
endIp- Takes in a parameter of endIp
-
getMask
IPAddress getMask()- Returns:
- IPAddress Returns a IPAddress
-
setMask
- Parameters:
mask- Takes in a parameter of mask
-